derelict.glib.garray

Undocumented in source.

Members

Aliases

GArray
alias GArray = _GArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GByteArray
alias GByteArray = _GByteArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GBytes
alias GBytes = _GBytes
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GPtrArray
alias GPtrArray = _GPtrArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_append_vals
alias da_g_array_append_vals = GArray* function(GArray* array, gconstpointer data, guint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_free
alias da_g_array_free = gchar* function(GArray* array, gboolean free_segment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_get_element_size
alias da_g_array_get_element_size = guint function(GArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_insert_vals
alias da_g_array_insert_vals = GArray* function(GArray* array, guint index_, gconstpointer data, guint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_new
alias da_g_array_new = GArray* function(gboolean zero_terminated, gboolean clear_, guint element_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_prepend_vals
alias da_g_array_prepend_vals = GArray* function(GArray* array, gconstpointer data, guint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_ref
alias da_g_array_ref = GArray* function(GArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_remove_index
alias da_g_array_remove_index = GArray* function(GArray* array, guint index_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_remove_index_fast
alias da_g_array_remove_index_fast = GArray* function(GArray* array, guint index_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_remove_range
alias da_g_array_remove_range = GArray* function(GArray* array, guint index_, guint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_set_clear_func
alias da_g_array_set_clear_func = void function(GArray* array, GDestroyNotify clear_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_set_size
alias da_g_array_set_size = GArray* function(GArray* array, guint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_sized_new
alias da_g_array_sized_new = GArray* function(gboolean zero_terminated, gboolean clear_, guint element_size, guint reserved_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_sort
alias da_g_array_sort = void function(GArray* array, GCompareFunc compare_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_sort_with_data
alias da_g_array_sort_with_data = void function(GArray* array, GCompareDataFunc compare_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_array_unref
alias da_g_array_unref = void function(GArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_byte_array_append
alias da_g_byte_array_append = GByteArray* function(GByteArray* array, const(guint8)* data, guint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_byte_array_free
alias da_g_byte_array_free = guint8* function(GByteArray* array, gboolean free_segment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_byte_array_free_to_bytes
alias da_g_byte_array_free_to_bytes = GBytes* function(GByteArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_byte_array_new
alias da_g_byte_array_new = GByteArray* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_byte_array_new_take
alias da_g_byte_array_new_take = GByteArray* function(guint8* data, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_byte_array_prepend
alias da_g_byte_array_prepend = GByteArray* function(GByteArray* array, const(guint8)* data, guint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_byte_array_ref
alias da_g_byte_array_ref = GByteArray* function(GByteArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_byte_array_remove_index
alias da_g_byte_array_remove_index = GByteArray* function(GByteArray* array, guint index_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_byte_array_remove_index_fast
alias da_g_byte_array_remove_index_fast = GByteArray* function(GByteArray* array, guint index_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_byte_array_remove_range
alias da_g_byte_array_remove_range = GByteArray* function(GByteArray* array, guint index_, guint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_byte_array_set_size
alias da_g_byte_array_set_size = GByteArray* function(GByteArray* array, guint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_byte_array_sized_new
alias da_g_byte_array_sized_new = GByteArray* function(guint reserved_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_byte_array_sort
alias da_g_byte_array_sort = void function(GByteArray* array, GCompareFunc compare_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_byte_array_sort_with_data
alias da_g_byte_array_sort_with_data = void function(GByteArray* array, GCompareDataFunc compare_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_byte_array_unref
alias da_g_byte_array_unref = void function(GByteArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_add
alias da_g_ptr_array_add = void function(GPtrArray* array, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_foreach
alias da_g_ptr_array_foreach = void function(GPtrArray* array, GFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_free
alias da_g_ptr_array_free = gpointer* function(GPtrArray* array, gboolean free_seg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_new
alias da_g_ptr_array_new = GPtrArray* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_new_full
alias da_g_ptr_array_new_full = GPtrArray* function(guint reserved_size, GDestroyNotify element_free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_new_with_free_func
alias da_g_ptr_array_new_with_free_func = GPtrArray* function(GDestroyNotify element_free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_ref
alias da_g_ptr_array_ref = GPtrArray* function(GPtrArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_remove
alias da_g_ptr_array_remove = gboolean function(GPtrArray* array, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_remove_fast
alias da_g_ptr_array_remove_fast = gboolean function(GPtrArray* array, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_remove_index
alias da_g_ptr_array_remove_index = gpointer function(GPtrArray* array, guint index_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_remove_index_fast
alias da_g_ptr_array_remove_index_fast = gpointer function(GPtrArray* array, guint index_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_remove_range
alias da_g_ptr_array_remove_range = void function(GPtrArray* array, guint index_, guint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_set_free_func
alias da_g_ptr_array_set_free_func = void function(GPtrArray* array, GDestroyNotify element_free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_set_size
alias da_g_ptr_array_set_size = void function(GPtrArray* array, gint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_sized_new
alias da_g_ptr_array_sized_new = GPtrArray* function(guint reserved_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_sort
alias da_g_ptr_array_sort = void function(GPtrArray* array, GCompareFunc compare_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_sort_with_data
alias da_g_ptr_array_sort_with_data = void function(GPtrArray* array, GCompareDataFunc compare_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ptr_array_unref
alias da_g_ptr_array_unref = void function(GPtrArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_array_append_vals
GArray* g_array_append_vals(GArray* array, gconstpointer data, guint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_free
gchar* g_array_free(GArray* array, gboolean free_segment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_get_element_size
guint g_array_get_element_size(GArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_insert_vals
GArray* g_array_insert_vals(GArray* array, guint index_, gconstpointer data, guint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_new
GArray* g_array_new(gboolean zero_terminated, gboolean clear_, guint element_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_prepend_vals
GArray* g_array_prepend_vals(GArray* array, gconstpointer data, guint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_ref
GArray* g_array_ref(GArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_remove_index
GArray* g_array_remove_index(GArray* array, guint index_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_remove_index_fast
GArray* g_array_remove_index_fast(GArray* array, guint index_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_remove_range
GArray* g_array_remove_range(GArray* array, guint index_, guint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_set_clear_func
void g_array_set_clear_func(GArray* array, GDestroyNotify clear_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_set_size
GArray* g_array_set_size(GArray* array, guint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_sized_new
GArray* g_array_sized_new(gboolean zero_terminated, gboolean clear_, guint element_size, guint reserved_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_sort
void g_array_sort(GArray* array, GCompareFunc compare_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_sort_with_data
void g_array_sort_with_data(GArray* array, GCompareDataFunc compare_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_unref
void g_array_unref(GArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_append
GByteArray* g_byte_array_append(GByteArray* array, const(guint8)* data, guint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_free
guint8* g_byte_array_free(GByteArray* array, gboolean free_segment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_free_to_bytes
GBytes* g_byte_array_free_to_bytes(GByteArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_new
GByteArray* g_byte_array_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_new_take
GByteArray* g_byte_array_new_take(guint8* data, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_prepend
GByteArray* g_byte_array_prepend(GByteArray* array, const(guint8)* data, guint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_ref
GByteArray* g_byte_array_ref(GByteArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_remove_index
GByteArray* g_byte_array_remove_index(GByteArray* array, guint index_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_remove_index_fast
GByteArray* g_byte_array_remove_index_fast(GByteArray* array, guint index_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_remove_range
GByteArray* g_byte_array_remove_range(GByteArray* array, guint index_, guint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_set_size
GByteArray* g_byte_array_set_size(GByteArray* array, guint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_sized_new
GByteArray* g_byte_array_sized_new(guint reserved_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_sort
void g_byte_array_sort(GByteArray* array, GCompareFunc compare_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_sort_with_data
void g_byte_array_sort_with_data(GByteArray* array, GCompareDataFunc compare_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_unref
void g_byte_array_unref(GByteArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_add
void g_ptr_array_add(GPtrArray* array, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_foreach
void g_ptr_array_foreach(GPtrArray* array, GFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_free
gpointer* g_ptr_array_free(GPtrArray* array, gboolean free_seg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_new
GPtrArray* g_ptr_array_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_new_full
GPtrArray* g_ptr_array_new_full(guint reserved_size, GDestroyNotify element_free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_new_with_free_func
GPtrArray* g_ptr_array_new_with_free_func(GDestroyNotify element_free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_ref
GPtrArray* g_ptr_array_ref(GPtrArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_remove
gboolean g_ptr_array_remove(GPtrArray* array, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_remove_fast
gboolean g_ptr_array_remove_fast(GPtrArray* array, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_remove_index
gpointer g_ptr_array_remove_index(GPtrArray* array, guint index_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_remove_index_fast
gpointer g_ptr_array_remove_index_fast(GPtrArray* array, guint index_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_remove_range
void g_ptr_array_remove_range(GPtrArray* array, guint index_, guint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_set_free_func
void g_ptr_array_set_free_func(GPtrArray* array, GDestroyNotify element_free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_set_size
void g_ptr_array_set_size(GPtrArray* array, gint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_sized_new
GPtrArray* g_ptr_array_sized_new(guint reserved_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_sort
void g_ptr_array_sort(GPtrArray* array, GCompareFunc compare_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_sort_with_data
void g_ptr_array_sort_with_data(GPtrArray* array, GCompareDataFunc compare_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_unref
void g_ptr_array_unref(GPtrArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_array_append_vals
da_g_array_append_vals g_array_append_vals;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_free
da_g_array_free g_array_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_get_element_size
da_g_array_get_element_size g_array_get_element_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_insert_vals
da_g_array_insert_vals g_array_insert_vals;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_new
da_g_array_new g_array_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_prepend_vals
da_g_array_prepend_vals g_array_prepend_vals;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_ref
da_g_array_ref g_array_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_remove_index
da_g_array_remove_index g_array_remove_index;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_remove_index_fast
da_g_array_remove_index_fast g_array_remove_index_fast;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_remove_range
da_g_array_remove_range g_array_remove_range;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_set_clear_func
da_g_array_set_clear_func g_array_set_clear_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_set_size
da_g_array_set_size g_array_set_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_sized_new
da_g_array_sized_new g_array_sized_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_sort
da_g_array_sort g_array_sort;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_sort_with_data
da_g_array_sort_with_data g_array_sort_with_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_array_unref
da_g_array_unref g_array_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_append
da_g_byte_array_append g_byte_array_append;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_free
da_g_byte_array_free g_byte_array_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_free_to_bytes
da_g_byte_array_free_to_bytes g_byte_array_free_to_bytes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_new
da_g_byte_array_new g_byte_array_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_new_take
da_g_byte_array_new_take g_byte_array_new_take;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_prepend
da_g_byte_array_prepend g_byte_array_prepend;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_ref
da_g_byte_array_ref g_byte_array_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_remove_index
da_g_byte_array_remove_index g_byte_array_remove_index;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_remove_index_fast
da_g_byte_array_remove_index_fast g_byte_array_remove_index_fast;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_remove_range
da_g_byte_array_remove_range g_byte_array_remove_range;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_set_size
da_g_byte_array_set_size g_byte_array_set_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_sized_new
da_g_byte_array_sized_new g_byte_array_sized_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_sort
da_g_byte_array_sort g_byte_array_sort;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_sort_with_data
da_g_byte_array_sort_with_data g_byte_array_sort_with_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_byte_array_unref
da_g_byte_array_unref g_byte_array_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_add
da_g_ptr_array_add g_ptr_array_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_foreach
da_g_ptr_array_foreach g_ptr_array_foreach;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_free
da_g_ptr_array_free g_ptr_array_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_new
da_g_ptr_array_new g_ptr_array_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_new_full
da_g_ptr_array_new_full g_ptr_array_new_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_new_with_free_func
da_g_ptr_array_new_with_free_func g_ptr_array_new_with_free_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_ref
da_g_ptr_array_ref g_ptr_array_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_remove
da_g_ptr_array_remove g_ptr_array_remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_remove_fast
da_g_ptr_array_remove_fast g_ptr_array_remove_fast;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_remove_index
da_g_ptr_array_remove_index g_ptr_array_remove_index;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_remove_index_fast
da_g_ptr_array_remove_index_fast g_ptr_array_remove_index_fast;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_remove_range
da_g_ptr_array_remove_range g_ptr_array_remove_range;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_set_free_func
da_g_ptr_array_set_free_func g_ptr_array_set_free_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_set_size
da_g_ptr_array_set_size g_ptr_array_set_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_sized_new
da_g_ptr_array_sized_new g_ptr_array_sized_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_sort
da_g_ptr_array_sort g_ptr_array_sort;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_sort_with_data
da_g_ptr_array_sort_with_data g_ptr_array_sort_with_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ptr_array_unref
da_g_ptr_array_unref g_ptr_array_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GArray
struct _GArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GByteArray
struct _GByteArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GBytes
struct _GBytes
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GPtrArray
struct _GPtrArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta